home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue43 / comcorn / MainForm.dfm / MainForm.txt
Encoding:
Text File  |  1999-02-12  |  816 b   |  43 lines

  1. object FormMain: TFormMain
  2.   Left = 192
  3.   Top = 107
  4.   Width = 512
  5.   Height = 257
  6.   Caption = 'DAXDoc - Delphi ActiveX Doc Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 504
  21.     Height = 211
  22.     Align = alClient
  23.     TabOrder = 0
  24.   end
  25.   object MainMenu: TMainMenu
  26.     Left = 8
  27.     Top = 8
  28.     object File1: TMenuItem
  29.       Caption = '&Edit'
  30.       GroupIndex = 1
  31.       object Save1: TMenuItem
  32.         Caption = '&Change color'
  33.         OnClick = Save1Click
  34.       end
  35.     end
  36.   end
  37.   object ColorDialog: TColorDialog
  38.     Ctl3D = True
  39.     Left = 40
  40.     Top = 8
  41.   end
  42. end
  43.